home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / MOR55286.ZIP / MORIA.CNF < prev    next >
Text File  |  1992-11-01  |  3KB  |  77 lines

  1. # Configuration file for PC MORIA 5.x
  2. #
  3. # All lines that have the # character as the first character are
  4. # comment lines.  Blank lines are totally ignored.
  5.  
  6.  
  7.  
  8. ##################################################################
  9. ###                  Configuration                             ###
  10. ##################################################################
  11.  
  12. # MORIA is very easy to configure.  The biggest problem is that there
  13. # is not enough room on a single 360K floppy disk to hold the DOS
  14. # DOS system files, MORIA.EXE (about 340K) and a MORIA save file
  15. # (about 80K or so).  Below are a few methods for configuring MORIA
  16. # depending on your disk storage.  Once you decide which method to
  17. # use, follow the instructions then remove the comment character ('#')
  18. # from the beginning of the lines that start with 'SAVE' and 'SCORE'.
  19. # Only remove the '#' from 1 pair of lines.
  20.  
  21.  
  22.  
  23. #################### 1 hard disk systems #########################
  24. #
  25. # Create a C:\games subdirectory on your hard disk and put C:\games
  26. # on your PATH.  Copy MORIA.EXE and MORIA.CNF to C:\games.
  27. #
  28. #SAVE c:\games\moria.sav;n
  29. #SCORE c:\games\moria.scr
  30.  
  31.  
  32. #################### 2 360K floppy disk systems ##################
  33. #
  34. # Format /s a floppy disk and copy MORIA.CNF to it.   Format (no /s)
  35. # a second floppy disk and copy MORIA.EXE to it.  When you want to play
  36. # MORIA, put the first diskette in drive A, the second in drive B and
  37. # type B:MORIA
  38. #
  39. #SAVE a:\moria.sav
  40. #SCORE a:\moria.scr
  41.  
  42.  
  43. #################### 1 high density floppy disk systems ##########
  44. #
  45. # Format /s 1 high-density diskette and copy MORIA.CNF and MORIA.EXE
  46. # to it.
  47. #
  48. #SAVE a:\moria.sav
  49. #SCORE a:\moria.scr
  50.  
  51.  
  52.  
  53.  
  54. ##################################################################
  55. ###                  Other OPTIONS                             ###
  56. ##################################################################
  57.  
  58. # These graphics characters are a solid box and a centered dot
  59. GRAPHICS 177 249
  60.  
  61. # IBMbios option enables the numeric keypad.  Possibly unusable
  62. # on a non-IBM clone.
  63. IBMBIOS
  64.  
  65. # Rawio makes output somewhat faster and allows ^P (control P) to
  66. # be used for the "previous message" MORIA command.  Cannot be
  67. # used on a Dec Rainbow.
  68. #RAWIO
  69.  
  70. # Being used to LARN and HACK, I prefer the ROGUE-like interface
  71. KEYBOARD ROGUE
  72.  
  73. # It is possible to have MORIA output ANSI sequences, rather than
  74. # use BIOS calls.  This "ANSI" option is required for Dec Rainbows
  75. # and other computers that are not IBM BIOS compatible.
  76. #ANSI
  77.